@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Open Sans', 'Noto Sans', sans-serif;
    font-size: 13px;
    line-height: 1.75;
    margin: 0;
    text-align: left;
    background-color: #fff;
    font-weight: 400;
    color: #282828;
    padding-bottom: 0;
}

a {
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    position: relative;
    font-weight: 700;
    margin: 0px;
    background: none;
    line-height: normal;
    color: #212121;
}

p {
    position: relative;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 10px;
}

/* .footer_contain {
    position: relative;
    line-height: 1.8em;
    color: rgb(243, 236, 236);
} */

.strike-through {
    text-decoration: line-through;
}

img {
    display: inline-block;
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.page_container {
    position: relative;
    margin: 0 auto;
    width: 95%;
    height: auto;
}

.marquee_up{
    height: 300px;
}
.tooltip{
    opacity: 1 !important;
}

.nav-link{
    color: #fff !important;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../webfonts/fa-brands-400.woff2') format('woff2'),
    url('../webfonts/fa-regular-400.woff2') format('woff2'),
    url('../webfonts/fa-solid-900.woff2') format('woff2'),
    url('../webfonts/fa-v4compatibility.woff2') format('woff2');
}

/*-----------------------------------------
     GENERAL               
-----------------------------------------*/

/* -------------------------main Part------------------------- */

.bg-banner{
    background: #022d62;
}

.text-theme-primary {
    color: #ef3139 !important;
}

.text-theme-red{
    color: #ff2700 !important;
}

.text-theme{
    color: #0c214a;
}

.text_highlight{
    color: #d83030;
}

.text_orange{
    color: #ec4814;
}

.bg-theme-light{
    background: #d8cb93;
}

.text-theme-light{
    color: #d8cb93;
}

.btn.btn-primary {
    color: #fff;
    border: none;
}

.btn.btn-light {
    color: #015fc9;
    border: none;
}

.btn.btn-dark {
    color: #fff;
    border: none;
}

.nav-bar {
    background: #fff;
    transition: 1s;
}
.navbar h1{
    color: #a67c32;
}

.navbar h2{
    color: #010c0d;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 80px;
    border-radius: 10px;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 5px;
    
}

.navbar .active{
    color: #ef3139;
}

.rbar{display: none;}

.hcontact {
    display: flex;
    position: relative;
}
.hcontact .iconsInfo {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.hcontact .iconsInfo .licons {
    margin-right: 15px;
    flex-basis: 40px;
    width: 40px;
    font-size: 40px;
    color: #627792;
}
.hcontact .iconsInfo p{
    font-size: 15px;
    color: #627792;
    font-weight: normal;
}
.hcontact .iconsInfo p span{
    color: #0e2b5c;
    border-bottom: 1px dotted rgba(0, 0, 0, .5);
    font-weight: bold;
    font-size: 15px;
}
.hcontact .searchsec {
    margin: 0;
    padding: 0 0 0 25px;
    list-style: none;
    position: relative;
}
.hcontact .searchsec li {
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
    padding: 0 0 0 20px;
    vertical-align: middle;
}
.hcontact .searchsec:after {
    content: "";
    border-left: 1px solid;
    left: 25px;
    position: absolute;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    width: 0;
    opacity: .15;
}
.hcontact .searchsec li a{
    font-size: 20px;
    font-weight: 600;
    color: #0e2b5c;
}
.search_box{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    display: none;
}
.search_box .search_panel{
    width: 60%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    /* border: solid 1px #cdcdcd; */
}
.search_box a.close_btn{
    position: absolute;
    top: 3%;
    right: 2%;
    font-size: 30px;
    color: #fff;
}

/* ----------------------About--------------------------------------- */
.serviceSec{
    background: #FFF;
    width: 100%;
    height: auto;
    padding: 50px 0;
    margin: 0;
}

.serviceSec .items{
    width: 100%;
    height: auto;
    min-height: 220px;
}

.serviceSec .items .sicon{
    width: 90px;
    height: 90px;
    background: #fff5e9;
    padding: 15px;
    font-size: 40px;
    color: #ef3139;
    border-radius: 10px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serviceSec .items h2{
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}

.serviceSec .items:hover .sicon{
    background: #ff661d;
    padding: 15px;
    font-size: 40px;
    color: #fff;
    border-radius: 10px;
    line-height: normal;
}

.about{
    background: #f5f5f5;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
}
.about .rimage{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc((100% - -100px) / 3);
    background-image: url(../images/about_img.png);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    z-index: 1;
}
.about .item{
    padding: 60px 50px 60px 0;
}
.about .item .title {
    color: #022d62;
    font-weight: 700;
    line-height: normal;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 10px;
    padding-bottom: 20px;
    margin-top: 30px;
    position: relative;
}
.about .item .subtitle{
    color: #d83030;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 9px;
    text-align: left;
    position: relative;
}
.about .item .subtitle:after {
    position: absolute;
    content: '';
    width: 10%;
    height: 2px;
    background: #d83030;
    right: -40px;
    top: 50%;
}
.about .item .heading{
    color: #032e42;
    font-size: 43px;
    line-height: 55px;
    margin: 15px 0;
    text-align: left;
}

.about .item p {
    font-family: 'Open Sans', 'Noto Sans', sans-serif;
    color: #676767;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    text-align: justify;
    margin-top: 20px;
    /* font-style: italic; */
}

.services{
    /* background: #f5f8fb; */
    width: 100%;
    height: auto;
    padding: 50px 0;
    margin: 0;
    position: relative;
}
.services .title{
    color: #032e42;
    font-size: 35px;
    line-height: normal;
    margin-bottom: 60px;
    padding-bottom: 15px;
    text-align: center;
    position: relative;
}
.services .title:after {
    position: absolute;
    content: '';
    width: 20%;
    height: 4px;
    background: #032e42;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
}

.services .items{
    width:100%;
    height: auto;
    padding: 25px;
    margin: 0;
    border: solid 1px #ff9797;
    background: #fff;
}
.services .items .subtitle{
    color: #1d282f;
    font-size: 20px;
    line-height: normal;
    padding: 25px 0;
}
.services .items  p {
    font-family: 'Open Sans', 'Noto Sans', sans-serif;
    color: #676767;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
}
.services .items ul{
    list-style-type: none;
}
.services .items ul li{
    font-family: 'Open Sans', 'Noto Sans', sans-serif;
    color: #676767;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    margin: 15px 0;
}

.services .sicons{
    /* background: #ac3722; */
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: block;
    text-align: center;
}
.services .sicons i{
    color: #d83030;
    font-size: 50px;
    line-height: 60px;
}

.detals{
    width: 100%;
    height: auto;
    background-image: url(../images/body_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
    position: relative;
}
.detals .overlay{
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset: 0;
    position: absolute;
    box-sizing: border-box;
}

.detals .title{
    color: #fff;
    font-size: 35px;
    line-height: normal;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.detals .cont{
    font-family: 'Open Sans', 'Noto Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
}

.detals .info{
    background: #fff;
    width: 100%;
    height: auto;
    min-height: 325px;
    padding: 30px;
    border-radius: 10px;
}

.detals .info .subtitle{
    font-family: 'Roboto', sans-serif;
    color: #d83030;
    font-size: 22px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: left;
    position: relative;
}
.detals .info .subtitle:after {
    position: absolute;
    content: '';
    width: 10%;
    height: 2px;
    background: #d83030;
    right: -40px;
    top: 50%;
}
.detals .info p {
    font-family: 'Open Sans', 'Noto Sans', sans-serif;
    color: #676767;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    margin-top: 15px;
}

.partnner{
    width: 100%;
    height: auto;
    padding: 30px 0;
}

.partnner .owl-nav{
    position: absolute;
    top: 35%;
    /* background-color: #000; */
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.partnner .owl-nav .owl-prev {
    position: absolute;
    left: 0;
}
.partnner .owl-nav .owl-next {
    position: absolute;
    right: 0;
}

.partnner .owl-nav button:focus {
    outline: none;
}
.partnner .owl-item {
  /* height: 300px !important; Adjust this value as needed */
  display: flex;
}
.partnner .item {
    width: 100%;
}
.partnner .item img{
    width: 50% !important;
    margin: 0 auto;
}
footer{
    background: #022d62;
    width: 100%;
    height: auto;
    padding: 50px 0 10px 0;
    margin: 0;
}
footer .footer-info h2 {
    font-size: 20px;
    color: #fff;
    position: relative;
    padding: 0 0 15px;
    margin-bottom: 10px;
}

footer .footer-info h2:after {
    position: absolute;
    width: 50px;
    height: 2px;
    background: #fff;
    content: '';
    bottom: 0;
    left: 0;
}

footer .footer-info p {
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 0;
    margin-bottom: 0;
}

footer .footer-info .social {
    margin-top: 10px;
}

footer .footer-info .social .icons {
    width: 40px;
    height: 40px;
    border: solid 1px #fff;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    padding: 10px 0;
    line-height: 40px;
}

footer .footer-info ul {
    list-style-type: none;
}

footer .footer-info ul li {
    display: inline-block;
    width: 49%;
}

footer .footer-info ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    padding-bottom: 10px;
    display: block;
}

footer .footer_bottom {
    width: 100%;
    height: auto;
    border-top: solid 1px #fff;
    padding: 10px 0 10px 0;
    margin-top: 20px;
}

footer .footer_bottom p {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    display: block;
    margin-bottom: 0;
}
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
    line-height: 40px;
}
footer .fbottom{
    border-top: solid 1px #ffebad;
    padding: 10px 0;
}

/* ---------------------------inner section-------------------------------- */
.innerbanner {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.innerbanner img {
    width: 100%;
    height: auto;
}

.banheading {
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.banheading .headPart {
    display: flex;
    height: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
}

.title_inner {
    color: #fff;
    text-align: center;
    line-height: normal;
}

.innerCont {
    width: 100%;
    height: auto;
    padding: 50px 0;
    margin: 0;
    min-height: 300px;
}
.inner_heading1{
    background: url(../images/inner_heading1.png) no-repeat left 3px;
    font-size: 18px;
    color: #1a1a1a;
    line-height: 25px;
    display: block;
    margin-bottom: 20px;
    padding-left: 25px;
}

.inner_heading2{
    font-size: 22px;
    font-weight: 600;
    color: #022d62;
    line-height: normal;
    display: block;
    margin: 15px 0;
}

.list-1{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.list-1 ul{
    list-style-type: none;
    margin: 10px 0;
}

.list-1 ul li{
    background: url(../images/list_icon.png) no-repeat left 5px;
    font-family: 'Open Sans', 'Noto Sans', sans-serif;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    margin: 10px 0;
    padding-left: 25px;
}

.numberList{
    width: 100%;
    height: auto;
}

.numberList ol{
    list-style-type: decimal;
    padding-left: 20px;
}

.numberList ol li{
    font-family: 'Open Sans', 'Noto Sans', sans-serif;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    margin: 10px 0;
    padding-left: 10px;
}

.galleryBg {
    background: #e2e2e2;
    width: 100%;
    height: auto;
    padding: 50px 0;
}

.galleryBg .items {
    background: #fff;
    padding: 5px;
    margin-bottom: 20px;
}

.galleryBg .items .title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 5px 0;
    display: block;
}

/*-----------------------------------*/
.project{
	text-align:center;
	width:100%;
	}
.project ul{
    display: flex;
    flex-wrap: wrap;
    list-style-type:none;
    padding:0;
    margin:0 0 40px 0;
    }	
.project ul li{
	text-align:center;
	width:23%;
	height:auto;
	margin:10px;
	border:1px solid #f0f0f0;
	vertical-align:top;
	position:relative;
	overflow:hidden;
	}
.project ul li img{
	width: 100%;
    height: auto;
	}
.projectName{
	width:100%;
	background:#022d62;
	color:#fff;
	text-decoration:none;
	position:relative;
	padding:10px 0;
    margin-bottom: 0;
	}
.projectName a{
	color:#fff;
	text-decoration:none;
	/*padding:10px 0;*/
	display:block;
	}
.layer{
	width:100%;
	height:100%;
	background:rgba(4,34,38,0.8);
	position:absolute;
	top:100%;
	transition:.3s;
	}
.project ul li:hover .layer{
	top:0px;
	}
.view{
	padding:13px 30px;
	background:#022d62;
	color:#fff;
	text-decoration:none;
	position:absolute;
	top:0%;
	left:36%;
	transition:.6s;
	}
.view:hover{
	background:#000;
    color: #ef3139;
	}
.project ul li:hover .view{
	top:35%;
	}




/* --------------------------------Tree--------------------------------------- */

#tree {
    /* display: inline-block; */
    padding: 10px;
}

#tree * {
    box-sizing: border-box;
}

#tree .branch {
    padding: 5px 0 5px 20px;
}

#tree .branch:not(:first-child) {
    margin-left: 170px;
}

#tree .branch:not(:first-child):after {
    content: "";
    width: 20px;
    border-top: 1px solid #ccc;
    position: absolute;
    left: 150px;
    top: 50%;
    margin-top: 1px;
}

.entry {
    position: relative;
    min-height: 60px;
    display: block;
}

.entry:before {
    content: "";
    height: 100%;
    border-left: 1px solid #ccc;
    position: absolute;
    left: -20px;
}

.entry:first-child:after {
    height: 10px;
    border-radius: 10px 0 0 0;
}

.entry:first-child:before {
    width: 10px;
    height: 50%;
    top: 50%;
    margin-top: 1px;
    border-radius: 10px 0 0 0;
}

.entry:after {
    content: "";
    width: 20px;
    transition: border 0.5s;
    border-top: 1px solid #ccc;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: 1px;
}

.entry:last-child:before {
    width: 10px;
    height: 50%;
    border-radius: 0 0 0 10px;
}
.entry:last-child:after {
    height: 10px;
    border-top: none;
    transition: border 0.5s;
    border-bottom: 1px solid #ccc;
    border-radius: 0 0 0 10px;
    margin-top: -9px;
}

.entry:only-child:after {
    width: 0px;
    height: 0px;
    margin-top: 1px;
    border-radius: 0px;
}

.entry:only-child:before {
    display: none;
}

.entry span {
    background: #022d62;
    border: 1px solid #fdfdfd;
    display: block;
    min-width: 150px;
    padding: 5px 10px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    color: #fff;
    font-family: arial, verdana, tahoma;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    transition: all 0.5s;
}

#tree .entry span:hover,
#tree .entry span:hover + .branch .entry span {
    background: #e6e6e6;
    color: #000;
    border-color: #a6a6a6;
}

#tree .entry span:hover + .branch .entry::after,
#tree .entry span:hover + .branch .entry::before,
#tree .entry span:hover + .branch::before,
#tree .entry span:hover + .branch .branch::before {
    border-color: #a6a6a6;
}

.tree1 ul{
    position:relative;
    padding-left:35px;
}

.tree1 li{
    list-style:none;
    position:relative;
    padding:12px 0 0 25px;
}

/* Vertical line */
.tree1 li::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:2px;
    height:100%;
    background:#bfc7d3;
}

/* Horizontal line */
.tree1 li::after{
    content:"";
    position:absolute;
    top:28px;
    left:0;
    width:20px;
    height:2px;
    background:#bfc7d3;
}

/* Remove last vertical line */
.tree1 li:last-child::before{
    height:28px;
}

.tree1 span{
    display:inline-block;
    background:#ffffff;
    border:1px solid #d9e1ea;
    border-radius:8px;
    padding:10px 18px;
    font-size:15px;
    color:#333;
    transition:.3s;
    cursor:pointer;
}

.tree1 span:hover{
    background:#0066ff;
    color:#fff;
    border-color:#0066ff;
    transform:translateX(5px);
}

.our_offerings{
    background: url(../images/our_offering_bg.jpg) no-repeat center;
    width: 100%;
    height: auto;
    background-size: cover;
}

.in-media {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
}

.in-media ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.in-media ul li {
    width: 23%;
    height: auto;
    padding: 0;
    margin: 20px 0;
    display: inline-block;
    text-align: center;
    border: 1px solid #282828;
}

.in-media ul li img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}